home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000224_news@watsun.cc.columbia.edu _Mon Feb 15 18:56:17 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@watsun.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA15872
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 15 Feb 1999 18:56:17 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA22988
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 15 Feb 1999 18:49:10 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Subject: Re: Scripting F1, Downarr
  11. Date: 15 Feb 1999 23:49:09 GMT
  12. Organization: Columbia University
  13. Message-ID: <7aabpl$me9$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@mailrelay2.cc.columbia.edu
  15.  
  16. In article <7aa5h1$86q$1@samba.rahul.net>,  <dold@network.rahul.net> wrote:
  17. : Wait a minute...
  18. : There is no \Kdnarr, nor \Kpf1, because in c-kermit, there is no "TERM".
  19. : Interactively, I am a Vt100, today, coming from a K95 session.
  20. : but running a batch from a unix box, I have no terminal type intrinsic to
  21. : ckermit, right?
  22. : So I have to output specific characters to make it work.
  23.  
  24. That is correct.
  25.  
  26. : since I know the program accepts VT100, and it's on a Unix box, in my batch
  27. : (no terminal) script, I could
  28. :     output TERM=vt100 export TERM\013
  29. : and later
  30. :     output \027OP    ; F1 transmit
  31. :     output \027OB    ; downarrow transmit
  32. : I had tried \Kdnarr, which works if invoked from Kermit-95, although I
  33. : didn't manage to wind my way into the proper screen.
  34.  
  35. Correct.  Althought, ESC O P is not F1, it is PF1. A VT100 unlike a 
  36. VT520 does not have a F1 key.
  37.  
  38.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  39.                  The Kermit Project * Columbia University
  40.               612 West 115th St #716 * New York, NY * 10025
  41.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org